/**banner**/
.banner-type-a {
    position: relative;
}

.banner-type-a .swiper-slide {
    height: auto;
}

.banner-type-a .box {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner-type-a .swiper-slide .box img {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: all 2s;
}

.banner-type-a .swiper-slide .box img.mobile {
    display: none;
}

.banner-type-a .swiper-slide-active .box img {
    transform: scale(1);
}

.banner-type-a .box .pc {
    display: block;
}

.banner-type-a .box .phone {
    display: none;
}

.banner-type-a .box .cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 1.6em;
    color: #ffffff;
    /*display: flex; align-items: center; justify-content: left;*/
}

.banner-type-a .box .cont .wrap3 {
    margin: 0 auto;
    /* max-width:1470px; */
    position: relative;
    height: 100%;
}

.banner-type-a .f90 {
    font-size: 90px;
}

.banner-type-a .f60 {
    font-size: 60px;
}

.banner-type-a .f48 {
    font-size: 48px;
}

.banner-type-a .f36 {
    font-size: 36px;
}

.banner-type-a .f30 {
    font-size: 30px;
}

.banner-type-a .f24 {
    font-size: 24px;
}

.banner-type-a .swiper-slide .text {
    opacity: 0;
    transition: all 3.5s;
    position: absolute;
    left: 30%;
    right: 0;
    top: 40.6%;
    width: 70%;
}

.banner-type-a .swiper-slide-active .text {
    opacity: 1;
    left: 0;
}

.banner1_one {
    text-align: center;
    color: #fff;
    margin-top: 13%;
    /*font-family:"华文细黑";*/
    line-height: 1.3;
}

.banner1_one h2 {
    font-weight: normal;
    margin-bottom: 0.5%;
    /*font-family:"华文细黑";*/
}

.banner1_two {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    opacity: 0;
    filter: Alpha(opacity=0);
    line-height: 1.5;
}

.banner1_two span {
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
    height: 112px;
}

.banner1_two span:first-child {
    border-right: 1px solid rgba(103, 119, 148, 0.5);
    margin-left: 50px;
}

.banner1_two span b {
    font-weight: normal;
    color: #ffc600;
    display: block;
}

.banner2_one {
    float: left;
    /*width:45%;*/
    width: 100%;
    color: #fff;
}

.banner2_one h2 {
    font-weight: normal;
    margin-bottom: 2%;
    /*font-family:"华文细黑";*/
    line-height: 1.3;
}

.banner2_one p {
    color: #fff;
    /*font-family:"华文细黑";*/
    line-height: 1.5;
    max-width: 560px;
}

.banner-type-a .swiper-slide .leftto {
    filter: alpha(opacity=0);
    opacity: 0;
}

.banner2_one em {
    display: block;
    width: 208px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 16px;
    text-indent: 50px;
    background: url(../images/index/i_bg9.png) 138px center no-repeat;
    font-style: normal;
    margin-top: 10%;
    transition: all 0.3s;
    cursor: pointer;
}

.banner2_one em:hover {
    background-position: 150px center;
    margin-left: 10px;
}

.banner4_one {
    float: left;
    width: 60%;
    color: #fff;
}

.banner4_one h2 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 2%;
    /*font-family:"华文细黑";*/
    margin-top: 35%;
    opacity: 0;
    filter: Alpha(opacity=0);
    line-height: 1.3;
}

.banner4_one p {
    color: #fff;
    /*font-family:"华文细黑";*/
    opacity: 0;
    filter: Alpha(opacity=0);
    line-height: 1.5;
}

.banner4_one em {
    display: block;
    width: 208px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    text-indent: 50px;
    background: url(../images/2018/i_bg10.png) 138px center no-repeat;
    font-style: normal;
    margin-top: 6%;
    transition: all 0.3s;
    cursor: pointer;
}

.banner4_one em:hover {
    background-position: 150px center;
    margin-left: 10px;
}

.banner-type-a .swiper-slide-active .anim-1 {
    animation: mymove6 0.6s;
    -webkit-animation: mymove6 0.6s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;

    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
}

.banner-type-a .swiper-slide-active .anim-2 {
    animation: mymove6 0.6s;
    -webkit-animation: mymove6 0.6s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;

    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
}

.banner-type-a .swiper-slide-active .anim-3 {
    animation: mymove6 0.6s;
    -webkit-animation: mymove6 0.6s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;

    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
}

.banner-type-a .swiper-slide-active .leftto {
    animation: mymove8 0.5s;
    -webkit-animation: mymove8 0.5s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;

    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
}

.banner-type-a .swiper-slide-active .banner1_one.leftto {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.banner-type-a .swiper-slide-active .banner2_one .leftto {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.banner-type-a .swiper-slide-active .banner4_one .leftto {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.banner-type-a .box .cont .wid {
    width: 470px;
    max-width: 100%;
}

.banner-type-a .box .cont .h1 {
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 2px;
}

.banner-type-a .box .cont .en {
    margin-top: 0.6em;
}

.banner-type-a .box .cont .more-box-a {
    margin-top: 2em;
}

.banner-type-a .video-box {
    height: 100%;
    position: relative;
}

.banner-type-a .video-box video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-type-a .swiper-points {
    --h: 12px;
    --c: #ffffff;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 2;
    width: 100%;
}

.banner-type-a .swiper-points .swiper-pagination-bullet {
    margin: 0 7px;
    position: relative;
    border-radius: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    font-size: 0.5em;
    line-height: 12px;
    color: var(--c);
    cursor: pointer;
}

.banner-type-a .swiper-points .swiper-pagination-bullet::before,
.banner-type-a .swiper-points .swiper-pagination-bullet::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
}

.banner-type-a .swiper-points .swiper-pagination-bullet::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid var(--c);
    opacity: 0;
}

.banner-type-a .swiper-points .swiper-pagination-bullet::after {
    left: 50%;
    top: 50%;
    height: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    background: var(--c);
}

.banner-type-a .swiper-points .cycle-box {
    --b-w: 2px;
    --size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.banner-type-a .swiper-points .swiper-pagination-bullet-active::before {
    opacity: 0.67;
}

.banner-type-a .swiper-points .swiper-pagination-bullet-active::after {
    opacity: 0;
}

.banner-type-a .swiper-points .swiper-pagination-bullet-active .cycle-box {
    opacity: 1;
}

@media screen and (max-width:1820px) {
    .banner-type-a .f90 {
        font-size: 89px;
    }

    .banner-type-a .f60 {
        font-size: 55px;
    }

    .banner-type-a .f48 {
        font-size: 45px;
    }

    .banner-type-a .f36 {
        font-size: 34px;
    }

    .banner-type-a .f30 {
        font-size: 28px;
    }

    .banner-type-a .f24 {
        font-size: 22px;
    }

    .banner4_one h2 {
        margin-top: 30%;
    }

    .banner1_one {
        margin-top: 12%;
    }

    .banner1_two {
        margin-top: 2.8%;
    }
}

@media (max-width: 1680px) {
    .banner2_one em {
        width: 182px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-indent: 43px;
        background-position: 120px center;
        margin-top: 8.7%;
    }

    .banner2_one em:hover {
        background-position: 130px center;
    }

    .banner-type-a .f90 {
        font-size: 78px;
    }

    .banner-type-a .f60 {
        font-size: 50px;
    }

    .banner-type-a .f48 {
        font-size: 41px;
    }

    .banner-type-a .f36 {
        font-size: 32px;
    }

    .banner-type-a .f30 {
        font-size: 26px;
    }

    .banner-type-a .f24 {
        font-size: 20px;
    }

    .banner4_one h2 {
        margin-top: 25%;
    }

    .banner4_one em {
        width: 182px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-indent: 43px;
        background-position: 120px center;
        margin-top: 5%;
    }

    .banner4_one em:hover {
        background-position: 130px center;
    }

    .banner1_one {
        margin-top: 11%;
    }

    .banner1_two {
        margin-top: 2.6%;
    }
}

@media (max-width: 1600px) {
    .banner-type-a .swiper-point-num {
        bottom: 30px;
    }

    .banner-type-a .f90 {
        font-size: 74px;
    }

    .banner-type-a .f60 {
        font-size: 48px;
    }

    .banner-type-a .f48 {
        font-size: 39px;
    }

    .banner-type-a .f36 {
        font-size: 30px;
    }

    .banner-type-a .f30 {
        font-size: 25px;
    }

    .banner-type-a .f24 {
        font-size: 19px;
    }

    .banner4_one h2 {
        margin-top: 24%;
    }

    .banner1_one {
        margin-top: 10%;
    }

    .banner1_two {
        margin-top: 2.5%;
    }
}

@media (max-width: 1440px) {
    .banner-type-a .f90 {
        font-size: 67px;
    }

    .banner-type-a .f60 {
        font-size: 42px;
    }

    .banner-type-a .f48 {
        font-size: 36px;
    }

    .banner-type-a .f36 {
        font-size: 27px;
    }

    .banner-type-a .f30 {
        font-size: 22.5px;
    }

    .banner-type-a .f24 {
        font-size: 18px;
    }

    .banner1_one {
        margin-top: 9%;
    }

    .banner1_two {
        margin-top: 2.25%;
    }

    .banner1_two span {
        height: 90px;
    }
}

@media screen and (max-width:1366px) {
    .banner-type-a .f90 {
        font-size: 64px;
    }

    .banner-type-a .f60 {
        font-size: 39px;
    }

    .banner-type-a .f48 {
        font-size: 34px;
    }

    .banner-type-a .f36 {
        font-size: 25px;
    }

    .banner-type-a .f30 {
        font-size: 21px;
    }

    .banner-type-a .f24 {
        font-size: 16px;
    }

    .banner1_two {
        margin-top: 2.13%;
    }

    .banner1_two span {
        height: 84px;
    }

}

@media screen and (max-width:1280px) {
    .banner-type-a .f90 {
        font-size: 59px;
    }

    .banner-type-a .f60 {
        font-size: 35px;
    }

    .banner-type-a .f48 {
        font-size: 32px;
    }

    .banner-type-a .f36 {
        font-size: 24px;
    }

    .banner-type-a .f30 {
        font-size: 20px;
    }

    .banner-type-a .f24 {
        font-size: 15px;
    }

    .banner1_two {
        margin-top: 2%;
    }

    .banner1_two span {
        height: 80px;
    }
}

@media (max-width: 992px) {
    .banner-type-a .swiper-points {
        --h: 0.12rem;
        bottom: 20px;
    }

    .banner-type-a .swiper-points .swiper-pagination-bullet {
        line-height: 10px;
        height: 10px;
        width: 10px;
    }

    .banner-type-a .swiper-points .cycle-box {
        --size: 10px;
    }

    .banner-type-a .f90 {
        font-size: 56px;
    }

    .banner-type-a .f60 {
        font-size: 33px;
    }

    .banner-type-a .f48 {
        font-size: 30px;
    }

    .banner-type-a .f36 {
        font-size: 22px;
    }

    .banner-type-a .f30 {
        font-size: 19px;
    }

    .banner-type-a .f24 {
        font-size: 14px;
    }

    .banner1_two {
        margin-top: 1.86%;
    }

    .banner1_two span {
        height: 80px;
    }

    .banner-type-a .swiper-slide .text {
        left: 5px;
        width: 95%;
    }

    .banner-type-a .swiper-slide:nth-child(4) .text,
    .banner-type-a .swiper-slide:nth-child(5) .text {
        top: 20%;
    }

    .banner-type-a .swiper-slide .box img.pc {
        display: none;
    }

    .banner-type-a .swiper-slide .box img.mobile {
        display: block;
    }
}

@media (max-width: 780px) {
    .banner-type-a .f60 {
        font-size: 28px;
    }

    .banner2_one em {
        display: none;
    }
}





.commonweb {
    width: 100%;
    padding: 0px 20px;
}

.indexFounderMain {
    padding: 40px 0px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image: url(../images/img_06.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.indexFounderMain .founder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexFounderMain .founder .imgBox {
    width: 100%;
    padding-top: 69%;
    position: relative;
}

.indexFounderMain .founder .imgBox img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.indexFounderMain .founder .imgBox .founderVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indexFounderMain .founder .imgBox .founderVideo video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexFounderMain .founder .content {
    width: 100%;
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 20;
}

.indexFounderMain .founder .content .saying {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #285135;
}

.indexFounderMain .founder .content .saying::before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #285135;
    margin-right: 10px;
}

.indexFounderMain .founder .content .desc {
    padding-top: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.indexFounderMain .founder .content .nameBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.indexFounderMain .founder .content .nameBox .name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #656565;
}

.indexFounderMain .founder .content .nameBox .name::before {
    width: 32px;
    height: 1px;
    display: block;
    margin-right: 10px;
    background: #285135;
    opacity: 0.4;
    content: '';
}

.indexFounderMain .founder .content .nameBox .quotationMarks {
    width: 30px;
    position: relative;
}

.indexFounderMain .founder .content .nameBox .quotationMarks img {
    width: 100%;
    display: block;
}

.indexFounderMain .founder .content .nameBox .quotationMarks .white {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}

.indexFounderMain .founder .content .commonMore {
    padding-top: 30px;
}

.indexFounderMain .founder .content .commonMore a {
    border: 1px solid #285135;
    color: #285135;
    background: transparent;
}

.indexFounderMain .founder .content .commonMore a:hover {
    background: rgba(40, 81, 53, 0.2);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #285135;
    box-shadow: inset 0 0 0 1px #285135;
}

/* .indexFounderMain.active .founder .content { mix-blend-mode: difference; } */

.indexFounderMain.active .founder .content .saying {
    color: #fff;
}

.indexFounderMain.active .founder .content .saying::after {
    background: #fff;
}

.indexFounderMain.active .founder .content .saying::before {
    background: #fff;
}

.indexFounderMain.active .founder .content .desc {
    color: #fff;
}

.indexFounderMain.active .founder .content .nameBox .name {
    color: #fff;
}

.indexFounderMain.active .founder .content .nameBox .name::before {
    background: #fff;
}

.indexFounderMain.active .founder .content .nameBox .quotationMarks .green {
    opacity: 0;
    visibility: hidden;
}

.indexFounderMain.active .founder .content .nameBox .quotationMarks .white {
    opacity: 1;
    visibility: visible;
}

.indexFounderMain.active .founder .content .commonMore a {
    border-color: #fff;
    color: #fff;
}

.indexFounderMain.active .founder .content .commonMore a:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

.indexFounderMain.active .founder .content.closeBlendmode {
    mix-blend-mode: normal;
}




@media (min-width: 768px) {


    .indexFounderMain {
        min-height: 100vh;
        padding: 0vw;
    }

    .indexFounderMain .founder {
        justify-content: flex-end;
    }

    .indexFounderMain .founder .imgBox {
        position: absolute;
        top: 50%;
        left: 8.335vw;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 42.9688vw;
        height: 43.75vw;
        padding: 0px;
        transform: translateY(-50%);
        transition: all 1s;
    }

    .indexFounderMain.active .founder .imgBox {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    /* .indexFounderMain.active .content */
    .indexFounderMain .founder .content {
        width: 35.938vw;
        padding: 4.063vw 2.813vw 0vw 4.688vw;
    }

    .indexFounderMain .founder .content .saying {
        font-size: 1vw;
    }

    .indexFounderMain .founder .content .saying::before {
        width: 0.375vw;
        height: 0.375vw;
        margin-right: 0.625vw;
    }

    .indexFounderMain .founder .content .desc {
        padding-top: 1.25vw;
        font-size: 2vw;
        line-height: 2.813vw;
    }

    .indexFounderMain .founder .content .nameBox {
        padding-top: 2.188vw;
    }

    .indexFounderMain .founder .content .nameBox .name {
        font-size: 1.125vw;
    }

    .indexFounderMain .founder .content .nameBox .name::before {
        width: 3.25vw;
        margin-right: 0.625vw;
    }

    .indexFounderMain .founder .content .nameBox .quotationMarks {
        width: 3.375vw;
    }

    .indexFounderMain .founder .content .commonMore {
        padding-top: 3.75vw;
    }

    /* .indexFounderMain.active .founder .content { mix-blend-mode: difference; } */

    .indexFounderMain.active .founder .content .saying {
        color: #fff;
    }

    .indexFounderMain.active .founder .content .saying::after {
        background: #fff;
    }

    .indexFounderMain.active .founder .content .saying::before {
        background: #fff;
    }

    .indexFounderMain.active .founder .content .desc {
        color: #fff;
    }

    .indexFounderMain.active .founder .content .nameBox .name {
        color: #fff;
    }

    .indexFounderMain.active .founder .content .nameBox .name::after {
        background: #fff;
    }

    .indexFounderMain.active .founder .content .nameBox .quotationMarks .green {
        opacity: 0;
        visibility: hidden;
    }

    .indexFounderMain.active .founder .content .nameBox .quotationMarks .white {
        opacity: 1;
        visibility: visible;
    }

    .indexFounderMain.active .founder .content .commonMore a {
        border-color: #fff;
        color: #fff;
    }

    .indexFounderMain.active .founder .content .commonMore a:hover {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
    }

    .indexFounderMain.active .founder .content.closeBlendmode {
        mix-blend-mode: normal;
    }


}



@media (min-width: 1200px) {


    .indexFounderMain {
        min-height: 100vh;
    }

    .indexFounderMain .founder .imgBox {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 53.125vw;
        height: 36.458vw;
    }

    .indexFounderMain .founder .content {
        width: 37.948vw;
        padding: 3.385vw 2.344vw 0vw 3.906vw;
    }

    .indexFounderMain .founder .content .saying {
        font-size: 0.833vw;
    }

    .indexFounderMain .founder .content .saying::before {
        width: 0.313vw;
        height: 0.313vw;
        margin-right: 0.521vw;
    }

    .indexFounderMain .founder .content .desc {
        padding-top: 1.042vw;
        font-size: 1.667vw;
        line-height: 2.344vw;
    }

    .indexFounderMain .founder .content .nameBox {
        padding-top: 1.823vw;
    }

    .indexFounderMain .founder .content .nameBox .name {
        font-size: .9375vw;
    }

    .indexFounderMain .founder .content .nameBox .name::before {
        width: 2.708vw;
        margin-right: 0.521vw;
    }

    .indexFounderMain .founder .content .nameBox .quotationMarks {
        width: 2.813vw;
    }

    .indexFounderMain .founder .content .commonMore {
        padding-top: 3.125vw;
    }


}






.indexAboutMain {
    height: 65vh;
    position: relative;
    overflow: hidden;
}

.indexAboutMain .indexAboutBg {
    position: relative;
    left: 0px;
    top: -50vh;
    width: 100%;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
}

.indexAboutMain .indexAboutBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0px;
    top: 0px;
}

.indexAboutMain .indexAboutBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    z-index: 10;
    background: url(../images/img2023_05.jpg) no-repeat center / cover fixed;

}

.indexAboutMain .indexAboutBox .commonweb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.indexAboutMain .indexAboutTitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
    z-index: 10;
}

.indexAboutMain .indexAboutTitle .desc {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.indexAboutMain .indexAboutTitle .indexTitle {
    padding-top: 10px;
    color: #fff;
}

.indexAboutMain .indexAboutDescBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.indexAboutMain .indexAboutDescBox .desc {
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    height: -webkit-calc(24px * 3);
    height: calc(24px * 3);
    line-height: 24px;
    overflow: hidden;
}

.indexAboutMain .indexAboutDescBox .more {
    padding-top: 20px;
    width: 100%;
}


@media (min-width: 768px) {

    .indexAboutMain {
        height: 76vh;
    }

    .indexAboutMain .indexAboutBox {
        padding: 3.125vw;
    }

    .indexAboutMain .indexAboutTitle .desc {
        font-size: 2.875vw;
        line-height: 3.375vw;
    }

    .indexAboutMain .indexAboutTitle .indexTitle {
        padding-top: 1.25vw;
    }

    .indexAboutMain .indexAboutDescBox .desc {
        max-width: 36.875vw;
        font-size: 1vw;
        height: -webkit-calc(1.5vw * 3);
        height: calc(1.5vw * 3);
        line-height: 1.5vw;
    }

    .indexAboutMain .indexAboutDescBox .more {
        width: 27.5vw;
        padding: 0px;
    }


}

@media (min-width: 1200px) {

    .indexAboutMain {
        height: 76vh;
    }

    .indexAboutMain .indexAboutBox {
        padding: 2.604vw;
    }

    .indexAboutMain .indexAboutTitle .desc {
        font-size: 2.396vw;
        line-height: 2.813vw;
    }

    .indexAboutMain .indexAboutTitle .indexTitle {
        padding-top: 1.042vw;
    }

    .indexAboutMain .indexAboutDescBox .desc {
        max-width: 30.729vw;
        font-size: 0.833vw;
        height: -webkit-calc(1.25vw * 3);
        height: calc(1.25vw * 3);
        line-height: 1.25vw;
    }

    .indexAboutMain .indexAboutDescBox .more {
        width: 22.917vw;
    }
}

@media (min-width: 1600px) {

    .indexAboutMain {
        height: 80vh;
    }

    .indexAboutMain .indexAboutBox {
        padding: 50px;
    }

    .indexAboutMain .indexAboutTitle .desc {
        font-size: 46px;
        line-height: 54px;
    }

    .indexAboutMain .indexAboutTitle .indexTitle {
        padding-top: 20px;
    }

    .indexAboutMain .indexAboutDescBox .desc {
        max-width: 590px;
        font-size: 16px;
        height: -webkit-calc(24px * 3);
        height: calc(24px * 3);
        line-height: 24px;
    }

    .indexAboutMain .indexAboutDescBox .more {
        width: 440px;
    }
}

@media (min-width: 1921px) {
    .indexAboutMain {
        height: 740px;
    }
}



.index-server {
    --w: var(--wrap-1680-width);
    --r: 26px;
    position: relative;
    padding: calc(var(--w)*0.0714) 0 calc(var(--w)*0.0795);
    background: url(../images/index/bg1.jpg) no-repeat center / 100% 100%;
    background-attachment: fixed;
    overflow: hidden;
}

.index-server .auto-title-block {
    color: #ffffff;
}

.index-server .swiper-parent {
    --p: 56px;
    margin-top: 65px;
    position: relative;
}

.index-server .swiper-btns .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.index-server .swiper-btns .prev {
    left: 0;
}

.index-server .swiper-btns .next {
    display: none;
}

.index-server .swiper-box {
    margin: 0 calc(var(--p)*-1);
    padding: 0 115px;
}

.index-server .swiper-box .swiper {
    overflow: visible;
}

.index-server .swiper-box .swiper-slide {
    width: auto;
    margin: 0 var(--p);
    width: calc(var(--wrap-1760-width)*0.2897);
    transition: width 0.3s !important;
    -webkit-transition: width 0.3s !important;
    -moz-transition: width 0.3s !important;
    -o-transition: width 0.3s !important;
}

.index-server .swiper-box .swiper-slide-active .i-default {
    z-index: 1;
    opacity: 0;
}

.index-server .swiper-box .swiper-slide-active .i-hover {
    /* transform: scale(1);*/
    transform: scale(1, 1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 2;
    opacity: 1;
}

.index-server .swiper-box .swiper-slide-active .i-hover .pad {
    padding: 45px 60px;
}


.index-server .swiper-box .box {
    display: block;
    position: relative;
    border-radius: var(--r);
    /*width: calc(var(--wrap-1760-width)*0.2897);*/
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    /* transition: width 0.3s!important;*/
}

.index-server .swiper-box .swiper-slide-active {
    width: calc(var(--wrap-1760-width)*0.293);
}

/*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.293);}*/
.index-server .swiper-box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.index-server .swiper-box .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.index-server .swiper-box .pad {
    position: relative;
    padding: 75px 60px 90px 60px;
    color: #ffffff;
}

.index-server .swiper-box .pad img {
    display: block;
    margin-bottom: 0;
    width: auto;
    height: 0;
    transition: height 0.3s, margin 0.3s;
}

.index-server .swiper-box .pad .h6 {
    font-size: 36px;
    line-height: 1.22em;
}

.index-server .swiper-box .pad .des {
    margin-top: 2em;
    font-size: 15px;
    line-height: 1.9em;
    opacity: 0.29;
}

.index-server .swiper-box .i-default {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.8s, z-index 0.3s, background .3s;
}

.index-server .swiper-box .i-default:hover .bg {
    opacity: 1;
}

.index-server .swiper-box .i-default:hover .des {
    opacity: 1;
}

.index-server .swiper-box .i-hover {
    position: relative;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.75, 0.75);
    transition: opacity 0.8s, z-index 0.3s, transform 0.8s;
}

.index-server .swiper-box .i-hover .bg {
    opacity: 1;
}

.index-server .swiper-box .i-hover .pad {
    padding: 55px 60px;
}

.index-server .swiper-box .i-hover .pad img {
    margin-bottom: 35px;
    height: 82px;
}

.index-server .swiper-box .i-hover .pad .des {
    opacity: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1800px) {

    /*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.3);}*/
    .index-server .swiper-box .swiper-slide-active {
        width: calc(var(--wrap-1760-width)*0.3);
    }

    .index-server .swiper-box .pad .h6 {
        font-size: 32px;
    }

    .index-server .swiper-box .swiper-slide-active .i-hover .pad {
        padding: 42px 40px;
    }

    .index-server .swiper-box .i-hover .pad img {
        height: 75px;
    }

    .index-server .swiper-box .swiper-slide-active .pad .des {
        margin-top: 1.7em;
    }
}

@media (max-width: 1660px) {
    .index-server {
        --r: 22px;
        padding: calc(var(--w)*0.072) 0 calc(var(--w)*0.07);
    }

    .index-server .swiper-parent {
        --p: 50px;
        margin-top: 55px;
    }

    .index-server .swiper-box {
        padding: 0 100px;
    }

    .index-server .swiper-box .i-hover .pad {
        padding: 50px 50px 55px;
    }

    .index-server .swiper-box .i-hover .pad img {
        margin-bottom: 25px;
        height: 70px;
    }

    .index-server .swiper-box .pad {
        padding: 50px 55px 50px;
    }

    .index-server .swiper-box .pad .h6 {
        font-size: 30px;
    }

    .index-server .swiper-box .pad .des {
        margin-top: 1.6em;
        line-height: 1.8em;
    }


    .index-server .swiper-box .swiper-slide-active .pad .des {
        margin-top: 1.5em;
    }

    /*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.32);}*/
    .index-server .swiper-box .swiper-slide-active {
        width: calc(var(--wrap-1760-width)*0.32);
    }

    .index-server .swiper-box .swiper-slide-active .i-hover .pad {
        padding: 40px 35px;
    }
}

@media (max-width: 1550px) {
    .index-server {
        --r: 18px;
        padding: calc(var(--w)*0.068) 0 calc(var(--w)*0.065);
    }

    .index-server .swiper-parent {
        --p: 40px;
        margin-top: 50px;
    }

    .index-server .swiper-box {
        padding: 0 90px;
    }

    .index-server .swiper-box .i-hover .pad {
        padding: 40px 40px 45px;
    }

    .index-server .swiper-box .i-hover .pad img {
        margin-bottom: 24px;
        height: 68px;
    }

    .index-server .swiper-box .pad {
        padding: 50px 40px 60px;
    }

    .index-server .swiper-box .pad .h6 {
        font-size: 26px;
    }

    .index-server .swiper-box .pad .des {
        margin-top: 1.4em;
    }

    /*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.35);}*/
    .index-server .swiper-box .swiper-slide-active {
        width: calc(var(--wrap-1760-width)*0.35);
    }
}

@media (max-width: 992px) {
    .index-server {
        padding: 7% 0 5% 0;
    }

    .index-server .swiper-parent {
        margin-top: 5%;
    }

    .index-server .swiper-btns {
        display: none;
    }

    .index-server .swiper-box {
        padding: 0;
        margin: 0;
    }

    .index-server .swiper-box .swiper-slide {
        margin-left: 0%;
        margin-right: 3%;
    }

    .index-server .swiper-box .pad .h6 br {
        display: none;
    }

    .index-server .swiper-box .i-hover .pad img {
        height: 58px;
    }

    .index-server .swiper-box .pad .h6 {
        font-size: 22px;
    }

    .index-server .swiper-box .pad .des {
        font-size: 14px;
    }

    .index-server .swiper-box .pad {
        padding: 40px 20px 50px;
    }

    .index-server .swiper-box .swiper-slide-active .pad .des {
        margin-top: 15px;
        font-size: 14px;
    }

    .index-server .swiper-box .swiper-slide-active .i-hover .pad {
        padding: 30px 20px 40px;
    }
}

@media (max-width: 780px) {
    .index-server {
        padding: 8% 0 6% 0;
    }

    .index-server .swiper-parent {
        margin-top: 7%;
    }
}

@media (max-width: 380px) {
    .index-server {
        padding: 7% 0 3% 0;
    }
}

.index-case {
    --w: var(--wrap-1760-width);
    --p: 10px;

    padding: calc(var(--w)*0.03) 0 80px;
    background: #f5f5f5;
    text-align: center;
    color: #222222;
    overflow: hidden;
}

.index-case::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -170px;
    width: 100%;
    height: 365px;
    pointer-events: none;
    background: url(../images/index/bg2.png) no-repeat center / 100% 100%;
}

.index-case .auto-title-block {
    padding: 30px 0 50px;
}

.index-case .grid {
    z-index: 2;
}

.index-case .grid1 .grid-list {
    width: 50%;
    float: left;
}

.index-case .grid1 .grid-list:nth-child(3) .list1-img::before {
    padding-top: 0;
}

.index-case .list1 {
    margin: calc(var(--p)*-1);
}

.index-case .list1-li {
    padding: 28px;
    perspective: 1000px;
}

.index-case .list1-box {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0;
    transition: transform .3s, box-shadow .3s;
    transform: rotate(0deg) skewX(0deg);
    display: block;
    overflow: hidden;
    transition: .6s ease-out;
    position: relative;
}

.index-case .list1-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.index-case .list1-pad {
    position: relative;
    padding: 10% 8.9% 5%;
}

.index-case .list1-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 1.4em;
}

.index-case .list1-type {
    margin-top: 0.7em;
    margin-bottom: 9%;
    font-size: 16px;
    line-height: 1.4em;
}

.index-case .list1-img {
    background-color: #ffffff;
    box-shadow: 0px 4px 57px 0px rgba(0, 0, 0, 0.21);
    border-radius: 16px 16px 0px 0px;
    border: solid 16px #ffffff;

    /*transition: border .3s,background .3s;*/
}

.index-case .list1-img::before {
    padding-top: 67.39%;
}

.index-case .list1-img img {
    display: block;
    border-radius: 14px 14px 0px 0px;
    transition: .8s !important;
    transition-delay: .1s !important;
}

/*.index-case .list1-box:hover .list1-img {
  background: var(--main-color);
  border-color: var(--main-color);
}*/
.index-case .list1-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    /*transform: rotate(-1deg) skewY(3deg) scaleX(.95);*/
    transform: rotateX(-3deg) rotateY(-9deg) translateX(-10px);
}

.index-case .list1-box:hover .list1-img img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .index-case {
        display: block;
    }

    .index-case .list1-title {
        font-size: var(--fs20);

    }

    .index-case .list1-li {
        padding: 10px;

    }

}

.index-case2 {
    --w: var(--wrap-1760-width);
    position: relative;
    padding: 0 0 70px;
    color: #222222;
    margin-top: 3%;
}

.index-case2 .auto-title-block {
    padding: 30px 0 50px;
}

.index-case2 .list2 {
    margin: -26px;
}

.index-case2 .list2 .list2-li {
    padding: 26px;
}

.index-case2 .list2 .list2-box {
    display: block;
    overflow: hidden;
    background: transparent;
    transform: translateY(0);
    border-radius: 0px;
    transition: all 0.3s;
}

.index-case2 .list2 .list2-box:hover {
    transform: translateY(-15px);
    background: #ffffff;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
}

.index-case2 .list2 .list2-box .video {
    width: 100%;
    height: 100.2%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index-case2 .list2 .img-box::before {
    padding-top: 50%;
}

.index-case2 .list2 .cont {
    padding: 27px 40px;
    transition: padding 0.3s;
}

.index-case2 .list2 .cont .list2-title {
    font-size: 28px;
    line-height: 1.4em;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-case2 .list2 .cont .list2-type {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.4em;
    color: #888888;
}

@media (max-width: 1660px) {
    .index-case2 .auto-title-block {
        padding-bottom: 45px;
    }

    .index-case2 .list2 {
        margin: -24px;
    }

    .index-case2 .list2 .list2-li {
        padding: 24px;
    }

    .index-case2 .list2 .list2-box:hover .cont {
        transform: translateY(-10px);
    }

    .index-case2 .list2 .cont {
        padding: 24px 35px;
    }

    .index-case2 .list2 .cont .list2-title {
        font-size: 26px;
    }

    .index-case2 .list2 .cont .list2-type {
        margin-top: 5px;
    }
}

@media (max-width: 1550px) {
    .index-case2 {
        padding-bottom: 50px;
    }

    .index-case2 .auto-title-block {
        padding-bottom: 40px;
    }

    .index-case2 .list2 {
        margin: -15px;
    }

    .index-case2 .list2 .list2-li {
        padding: 15px;
    }

    .index-case2 .list2 .list2-box:hover .cont {
        transform: translateY(-5px);
    }

    .index-case2 .list2 .cont {
        padding: 22px 25px;
    }

    .index-case2 .list2 .cont .list2-title {
        font-size: 24px;
    }

    .index-case2 .list2 .cont .list2-type {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .index-case2 .list2 {
        margin: -13px;
    }

    .index-case2 .list2 .list2-li {
        padding: 13px;
    }

    .index-case2 .list2 .list2-box:hover .cont {
        transform: translateY(-3px);
    }

    .index-case2 .list2 .cont {
        padding: 18px 20px;
    }

    .index-case2 .list2 .cont .list2-title {
        font-size: 22px;
    }

    .index-case2 .list2 .cont .list2-type {
        margin-top: 3px;
    }
}

@media (max-width: 992px) {
    .index-case2 {
        padding-top: 3%;
    }

    .index-case2 .list2 .cont .list2-title {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    .index-case2 .list2 .list2-li {
        width: 50%;
    }

    .index-case2 .list2 .list2-li:last-child {
        display: none;
    }
}

@media (max-width: 640px) {
    .index-case2 .auto-title-block {
        padding-bottom: 5%;
    }

    .index-case2 .list2 {
        margin: -5px;
    }

    .index-case2 .list2 .list2-li {
        padding: 5px;
    }

    .index-case2 .list2 .cont .list2-title {
        font-size: 18px;
    }

    .index-case2 .list2 .cont .list2-type {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .index-case2 .auto-title-block {
        padding-bottom: 7%;
    }

    .index-case2 .list2 .cont .list2-title {
        font-size: 16px;
    }

    .index-case2 .list2 .cont {
        padding: 18px 10px;
    }
}

/*.index-solution {
  --w: var(--wrap-1760-width);
  background: url(../images/index/bg33.jpg) no-repeat center / 100% 100%;
  background-attachment: fixed;
  overflow: hidden;
}
.index-solution .cont-cont {
  width: 28.97%;
  font-size: 16px;
  line-height: 2.1875em;
  color: #555555;
}
.index-solution .cont-cont .text {
  margin-top: 2.1875em;
  margin-bottom: 3em;
}
.index-solution .img-cont {
  width: 61.93%;
  height: calc(var(--w)*0.463);
}
.index-solution .img-cont .img-list {
  margin-right: -25%;
}
.index-solution .img-cont .img-list::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.index-solution .img-cont .img-list .img-li {
  margin: 2% 0;
  border-radius: 14px;
  overflow: hidden;
  width: 30%;
  transition: all 0.3s;
}
.index-solution .img-cont .img-list .img-li:nth-child(1),
.index-solution .img-cont .img-list .img-li:nth-child(4) {
  transform: translateY(-30%);
}
.index-solution .img-cont .img-list .img-li:nth-child(2),
.index-solution .img-cont .img-list .img-li:nth-child(5) {
  transform: translateY(-70%);
}
.index-solution .img-cont .img-list .img-li:nth-child(3),
.index-solution .img-cont .img-list .img-li:nth-child(6) {
  transform: translateY(-20%);
}
.index-solution .img-cont .img-list .img-li:hover {
  box-shadow: 0px 4px 18px 0px rgba(26, 71, 106, 0.28);
}
.index-solution .img-cont .img-list .img-box::before {
  padding-top: 200%;
}
.index-solution .img-cont .img-list .img-box img {
  object-fit: cover;
}*/
/*@media (max-width: 1660px) {
  .index-solution .cont-cont {
    line-height: 2.1em;
  }
  .index-solution .img-cont .img-list::after {
    width: 32%;
  }
  .index-solution .img-cont .img-list .img-li {
    margin: 1.1% 0;
    border-radius: 10px;
    width: 32%;
  }
}
@media (max-width: 1550px) {
  .index-solution .cont-cont {
    width: 32%;
    line-height: 1.9em;
  }
}*/
.index-circle {
    --w: var(--wrap-1680-width);
    /* padding: calc(var(--w)*0.09) 0 calc(var(--w)*0.0565);*/
    /* padding: calc(var(--w)*0.0714) 0 calc(var(--w)*0.0565); */
    padding: 5% 0;
    overflow: hidden;
}

.index-circle .wrap3 {
    max-width: 1680px;
}

.index-circle .type-box {
    font-size: 16px;
    line-height: 1.4em;
    color: #555555;
}

.index-circle .type-box .type-son+.type-son {
    margin-left: 28px;
}

.index-circle .type-box .type-son.on .type-word {
    color: var(--main-color);
}

.index-circle .type-box .type-word:hover {
    color: #333333;
}

.index-circle .swiper-box-switch {
    width: 100%;
}

.index-circle .swiper-box-switch .swiper-box-switch-li {
    width: 100%;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transform: translate(0, 35px);
    transition: opacity 0.5s, transform 0.5s;
}

.index-circle .swiper-box-switch .swiper-box-switch-li+.swiper-box-switch-li {
    margin-left: -100%;
}

.index-circle .swiper-box-switch .swiper-box-switch-li.on {
    transform: translate(0, 0);
    pointer-events: auto;
    opacity: 1;
    z-index: 1;
}

.index-circle .swiper-box {
    --p: 20px;
    margin: 0 calc(var(--p)*-1);
    padding-top: 43px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 1.4em;
    color: #999999;
}

.index-circle .swiper-box .swiper-slide {
    height: auto;
    width: 445px;
    padding: 20px;
}

.index-circle .swiper-box .box {
    display: block;
    border-radius: 12px;
    height: 100%;
    background-color: #f2f2f2;
    opacity: 0.7;
    transition: background 0.3s, opacity 0.3s;
}

.index-circle .swiper-box .box:hover {
    background-color: #ffffff;
    opacity: 1;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
}

.index-circle .swiper-box .box:hover .type {
    color: var(--main-color);
}

.index-circle .swiper-box .pad {
    width: 100%;
    padding: var(--fs52) var(--fs20);
}

.index-circle .swiper-box .title {
    margin-top: 1.3em;
    margin-bottom: 1.2em;
    font-size: 24px;
    line-height: 1.4em;
    color: #000000;
}

.index-circle .swiper-box .cont {
    margin-bottom: 3.75em;
    -webkit-line-clamp: 5;
    height: 8.75em;
    line-height: 1.75em;
    color: #777777;
}

@media (max-width: 1660px) {
    .index-circle .swiper-box {
        --p: 16px;
        padding-top: 30px;
    }

    .index-circle .swiper-box .swiper-slide {
        width: 437px;
        padding: 10px;
    }

    .index-circle .swiper-box .box {
        border-radius: 10px;
    }

    .index-circle .swiper-box .pad {
        padding: 50px 40px 50px;
    }

    .index-circle .swiper-box .title {
        margin-top: 1em;
        font-size: 24px;
    }

    .index-circle .swiper-box .cont {
        margin-bottom: 3em;
    }
}

@media (max-width: 1550px) {
    .index-circle .type-box .type-son+.type-son {
        margin-left: 25px;
    }

    .index-circle .swiper-box {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .index-circle .swiper-box .pad {
        padding: 45px 30px 45px;
    }

    .index-circle .swiper-box .title {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
        font-size: 22px;
    }

    .index-circle .swiper-box .cont {
        margin-bottom: 2.5em;
    }
}

@media (max-width: 992px) {
    .index-circle .title-box {
        display: block;
        text-align: center;
    }

    .index-circle .type-box {
        display: block;
        margin-top: 3%;
    }

    .index-circle .swiper-box .swiper-slide {
        width: 360px;
    }
}

@media (max-width: 960px) {
    .index-circle {
        padding: 6% 0;
    }

    .index-circle .swiper-box {
        font-size: 14px;
    }

    .index-circle .swiper-box .title {
        font-size: 18px;
    }

    .index-circle .swiper-box .swiper-slide {
        width: 300px;
        padding: 8px;
    }
}

@media (max-width: 640px) {
    .index-circle {
        padding: 7% 0;
    }

    .index-circle .type-box {
        font-size: 14px;
    }

    .index-circle .swiper-box {
        font-size: 13px;
    }

    .index-circle .swiper-box .swiper-slide {
        width: 270px;
        padding: 6px;
    }

    .index-circle .swiper-box .pad {
        padding: 30px 20px 35px;
    }

    .index-circle .swiper-box .title {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    .index-circle {
        padding: 8% 0;
    }

    .index-circle .type-box {
        display: block;
    }

    .index-circle .type-box .type-son {
        width: 33.33%;
        float: left;
        text-align: center;
        line-height: 1.6;
    }

    .index-circle .type-box .type-son+.type-son {
        margin-left: 0;
    }

    .index-circle .swiper-box .swiper-slide {
        padding-top: 0;
    }

}




/*碎片飞出*/


#holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

#holder canvas {
    position: absolute;
    top: 0;
    z-index: 0
}

.baidu-intro {
    /*background:url(../images/baidubg.jpg) no-repeat center / cover;*/
}

.demo-switch {
    --link-text: #6d6d6d;
    --link-text-hover: #fff;
    --body-text: #f0f0f0;
    --body-text-alt: #878787;
    --body-bg: #494949;
    --content-font: "Helvetica Neue", Arial, sans-serif;
}

/* Content */
.baidu {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 70vh;
    overflow: hidden;
    padding: 2em;
    padding-top:var(--fs100);
    font-family: var(--content-font);
    --pieces-height: calc(100vh - 4em);
   background:url(../images/bg1.jpg) no-repeat center / cover;
}

.content__header {
    display: flex;
}

.content__title {
    font-size: var(--fs36);
    line-height: var(--fs54);
    margin: 0;
    font-weight: normal;
    position: relative;
    color: #fff;
}

.slideshow {
    grid-area: 1 / 3 / 3 / 5;
    display: flex;
    justify-content: center;
}

.slide {
    opacity: 0;
}

.pieces {
    flex: none;
    opacity: 1;
    height: var(--pieces-height);
    width: calc(var(--pieces-height) * 0.76);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.piece {
    pointer-events: none;
}

.baidu .menu {
    z-index: 10;
    grid-area: 0 / 2 / 3 / 4;
    color: #fff;

}

.menu__item {
    font-size: 3vw;
    line-height: 1.5;
    display: block;

}

.menu__item:not(:last-child)::after {
    content: ' // ';
}

.menu__item span {
    opacity: 0.5;
}

.menu__item:hover {
    color: var(--link-text-hover);
}

.menu__item--current,
.menu__item--current:hover,
.menu__item--current:focus {
    color: #faa500;
}

@media screen and (max-width: 40em) {
    .baidu {
        padding: 0 10vw;
        grid-template-columns: 80vw;
        grid-template-rows: auto;
        height: auto;
        --pieces-height: 50vh;
    }

    .slideshow {
        grid-area: 3 / 1 / 4 / 2;
    }

    .content__header {
        grid-column: 1 / 2;
    }

    .content__title {

        padding: 0.5em 0;
    }

    .menu {
        grid-area: 2 / 1;
    }

    .menu__item {
        font-size: 1.5em;
    }
}


@media screen and (max-width: 992px){

    .baidu .menu{

         z-index: 10;
        grid-area:-1 / 1 / -2 / 1;
        color: #fff;
    }
}







.index-customers2 {
    display: none;
}

.index-customers {
    --w: var(--wrap-1470-width);
    background-color: #f7f7f7;
    overflow: hidden;
}

.index-customers .wrap3 {
    max-width: 1474px;
}

.index-customers .wrap-position {
    position: relative;
}

.index-customers .bg-box {
    position: relative;
    height: 810px;
}

.index-customers .cycle-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-customers .cycle-list .cycle-li {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 1354px;
    max-width: 100%;
    background: no-repeat center / contain;
}

.index-customers .cycle-list .cycle-li::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.index-customers .cycle-list .cycle-1 {
    background-image: url(../images/index/bg4_1.png);
}

.index-customers .cycle-list .cycle-2 {
    background-image: url(../images/index/bg4_2.png);
}

.index-customers .cycle-list .cycle-3 {
    background-image: url(../images/index/bg4_3.png);
}

.index-customers .cycle-list .cycle-4 {
    background-image: url(../images/index/bg4_4.png);
}

.index-customers .flex-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
}

.index-customers .flex-box .cont {
    margin-top: 25px;
    margin-bottom: 44px;
    padding-bottom: 3.1em;
    font-size: 18px;
    line-height: 1.6em;
    color: #999999;
}

.index-customers .flex-box .more-box-a {
    display: none;
}

.index-customers .logo-list {
    --img-w: 129px;
}

.index-customers .logo-list .logo-li {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--img-w);
    height: var(--img-w);
}

.index-customers .logo-list .logo-li .img-span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.index-customers .logo-list .logo-li .img-span:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.index-customers .logo-list .logo-li img {
    display: block;
    height: 100%;
    width: 100%;
}

.index-customers .logo-list .logo-li:nth-child(1) {
    --img-w: 86px;
    left: 3%;
    top: 13.58%;
}

.index-customers .logo-list .logo-li:nth-child(2) {
    --img-w: 106px;
    left: 19.44%;
    top: 7.4%;
}

.index-customers .logo-list .logo-li:nth-child(3) {
    --img-w: 106px;
    left: 56%;
    top: 6.58%;
}

.index-customers .logo-list .logo-li:nth-child(4) {
    left: 89%;
    top: 6.5%;
}

.index-customers .logo-list .logo-li:nth-child(5) {
    left: 37.5%;
    top: 17.58%;
}

.index-customers .logo-list .logo-li:nth-child(6) {
    --img-w: 86px;
    left: 78%;
    top: 26.28%;
}

.index-customers .logo-list .logo-li:nth-child(7) {
    left: -1%;
    top: 32.58%;
}

.index-customers .logo-list .logo-li:nth-child(8) {
    left: 14%;
    top: 32.58%;
}

.index-customers .logo-list .logo-li:nth-child(9) {
    --img-w: 106px;
    left: 63%;
    top: 50.58%;
}

.index-customers .logo-list .logo-li:nth-child(10) {
    --img-w: 86px;
    left: 31.5%;
    top: 58.58%;
}

.index-customers .logo-list .logo-li:nth-child(11) {
    --img-w: 86px;
    left: 92%;
    top: 57%;
}

.index-customers .logo-list .logo-li:nth-child(12) {
    --img-w: 106px;
    left: 7%;
    top: 72.58%;
}

.index-customers .logo-list .logo-li:nth-child(13) {
    left: 27%;
    top: 78.58%;
}

.index-customers .logo-list .logo-li:nth-child(14) {
    --img-w: 86px;
    left: 65.5%;
    top: 80.58%;
}

.index-customers .logo-list .logo-li:nth-child(15) {
    --img-w: 106px;
    left: 84.4%;
    top: 80.9%;
}

@media (max-width: 992px) {
    .index-customers2 {
        display: block;
    }

    .index-customers2 img {
        width: 100%;
        display: block;
    }

    .index-customers {
        display: none;
    }
}

.index-form-customer {
    --w: var(--wrap-1680-width);
    background: url(../images/bg5.jpg) no-repeat center / cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 130px 0 110px;
}

/* .index-form-customer .wrap3{ max-width: 1680px;} */
.index-form-customer .flex-box {
    background-color: #ffffff;
    box-shadow: 0px 4px 35px 0px rgba(4, 0, 0, 0.2);
    border-radius: 8px;
    padding: 65px 54px;
}

.index-form-customer .cont-cont {
    width: 38.6%;
    flex-direction: column;
    justify-content: space-between;
}

.index-form-customer .cont-cont .h4 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #222222;
}

.index-form-customer .cont-cont .des {
    margin: 1em 0;
    font-size: 18px;
    line-height: 2em;
    color: #555555;
}

.index-form-customer .cont-cont .phone-block .self-svg {
    --w1: 56px;
    --size: 100%;
    --fill: var(--main-color);
    margin-bottom: 7px;
    transform: translateX(-10%);
    width: var(--w1);
    height: var(--w1);
}

.index-form-customer .cont-cont .phone-block .phone-num {
    font-family: DIN;
    font-weight: bold;
    font-size: 46px;
    line-height: 0.9em;
}

.index-form-customer .cont-cont .phone-block .phone-num span {
    display: inline-block;
    vertical-align: top;
    background: var(--linear-color);
    -webkit-background-clip: text;
    color: transparent;
}

.index-form-customer .form-cont {
    width: 58.7%;
}

.index-form-customer .form-cont .h6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    color: #222222;
}

.index-form-customer .form-cont .radio-list {
    padding: 20px 0 35px;
}

.index-form-customer .form-cont .radio-list .radio-box-self+.radio-box-self {
    margin-left: 34px;
}

.index-form-customer .form-cont .input-list {
    --p: 9px;
    margin: calc(var(--p)*-1);
    font-size: 16px;
    line-height: 1.4em;
    color: #555555;
}

.index-form-customer .form-cont .input-list .input-li {
    padding: calc(var(--p) + 4px) var(--p);
}

.index-form-customer .form-cont .input-list .input-title {
    margin-bottom: 7px;
}

.index-form-customer .form-cont .input-list .border {
    background-color: #f7f8f9;
    border-radius: 3px;
    border: solid 1px #ededed;
}

.index-form-customer .form-cont .input-list .input {
    width: 100%;
    padding: 0 1.2em;
    font-size: 0.9em;
    line-height: 48px;
}

.index-form-customer .form-cont .submit-box {
    margin-top: 35px;
}

.index-form-customer .form-cont .submit-box .more-box {
    cursor: pointer;
}

@media (max-width: 1660px) {
    .index-form-customer {
        padding: 100px 0;
    }

    .index-form-customer .flex-box {
        padding: 55px 50px;
    }

    .index-form-customer .cont-cont .h4 {
        font-size: 28px;
    }

    .index-form-customer .cont-cont .des {
        margin: 0.8em 0;
        font-size: 17px;
        line-height: 1.9em;
    }

    .index-form-customer .cont-cont .phone-block .self-svg {
        --w1: 50px;
        margin-bottom: 5px;
    }

    .index-form-customer .cont-cont .phone-block .phone-num {
        font-size: 40px;
    }

    .index-form-customer .form-cont .h6 {
        font-size: 20px;
    }

    .index-form-customer .form-cont .radio-list {
        padding: 16px 0 25px;
    }

    .index-form-customer .form-cont .radio-list .radio-box-self+.radio-box-self {
        margin-left: 30px;
    }

    .index-form-customer .form-cont .input-list {
        --p: 7px;
    }

    .index-form-customer .form-cont .input-list .input {
        padding: 0 1.1em;
        line-height: 46px;
    }

    .index-form-customer .form-cont .submit-box {
        margin-top: 30px;
    }
}

@media (max-width: 1550px) {
    .index-form-customer {
        padding: 90px 0;
    }

    .index-form-customer .flex-box {
        padding: 45px 45px;
    }

    .index-form-customer .cont-cont .h4 {
        font-size: 26px;
    }

    .index-form-customer .cont-cont .des {
        margin: 0.7em 0;
        font-size: 16px;
    }

    .index-form-customer .cont-cont .phone-block .self-svg {
        --w1: 46px;
        margin-bottom: 2px;
    }

    .index-form-customer .cont-cont .phone-block .phone-num {
        font-size: 36px;
    }

    .index-form-customer .form-cont .radio-list {
        padding: 15px 0 20px;
    }

    .index-form-customer .form-cont .radio-list .radio-box-self+.radio-box-self {
        margin-left: 27px;
    }

    .index-form-customer .form-cont .input-list {
        --p: 6px;
        font-size: 15px;
    }

    .index-form-customer .form-cont .input-list .input {
        line-height: 44px;
    }

    .index-form-customer .form-cont .submit-box {
        margin-top: 26px;
    }
}

@media (max-width: 1400px) {
    .index-form-customer {
        padding: 85px 0;
    }

    .index-form-customer .cont-cont .h4 {
        font-size: 24px;
    }

    .index-form-customer .cont-cont .des {
        font-size: 16px;
        line-height: 1.8em;
    }

    .index-form-customer .cont-cont .phone-block .self-svg {
        --w1: 42px;
    }

    .index-form-customer .cont-cont .phone-block .phone-num {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .index-form-customer {
        padding: 8% 0;
    }

    .index-form-customer .flex-box {
        display: block;
    }

    .index-form-customer .cont-cont {
        width: 100%;
    }

    .index-form-customer .form-cont {
        width: 100%;
        margin-top: 5%;
    }

    .index-form-customer .cont-cont .des {
        margin: 3% 0;
    }
}

@media (max-width: 640px) {
    .index-form-customer .cont-cont .h4 {
        font-size: 22px;
    }

    .index-form-customer .cont-cont .des {
        font-size: 14px;
    }

    .index-form-customer .form-cont .h6 {
        font-size: 18px;
    }

    .index-form-customer .form-cont .input-list {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .index-form-customer .flex-box {
        padding: 25px 20px;
    }

    .index-form-customer .form-cont .input-list {
        font-size: 13px;
    }

    .index-form-customer .form-cont .input-list .input-li {
        width: 100%;
    }

    .index-form-customer .form-cont .radio-list .radio-box-self+.radio-box-self {
        margin-left: 5px;
    }

    .index-form-customer .form-cont .input-list .input {
        line-height: 36px;
    }
}

/*解决方案*/
.banner_solution {
    position: relative;
    overflow: hidden;
}

.banner_solution .pi-hidden-lg {

    display: none !important;

}

.banner_solution .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
}

.banner_solution .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.banner_solution .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner_solution .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.banner_solution .index_banner .item .inner .block_txt {
    position: absolute;
    top: 34%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner_solution .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.banner_solution .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.banner_solution .index_banner .item .inner .block_txt h2 {
    color: #fff;
    background: -webkit-linear-gradient(white, white, white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.banner_solution .index_banner .item .inner .block_txt h2 span {
    color: #fff;
    background: -webkit-linear-gradient(white, #ffffff, #0d1e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 0px;
}

.banner_solution .index_banner .item .inner .block_txt h3 {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.banner_solution .index_banner .item .newa {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.banner_solution .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.banner_solution .left {
    left: 0;
}

.banner_solution .right {
    right: 0;
}

.banner_solution .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.banner_solution .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.banner_solution .slick_txt .prev {
    background-image: url(../image/ban_prev.png);
    left: 60px;
}

.banner_solution .slick_txt .next {
    background-image: url(../image/ban_next.png);
    right: 60px;
}

.banner_solution .slick_txt .prev:hover {
    background-image: url(../image/ban_prev_hover.png);
}

.banner_solution .slick_txt .next:hover {
    background-image: url(../image/ban_next_hover.png);
}

.banner_solution .number {
    position: absolute;
    bottom: 5%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.banner_solution .number span {
    font-size: 18px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banner_solution .number span:last-child {
    margin-right: 0;
}

.banner_solution .number span:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -1px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banner_solution .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1600px) {

    /*解决方案*/
    .banner_solution .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .banner_solution .index_banner .item .inner .block_txt h2 {
        font-size: 60px;
    }

    .banner_solution .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }

    .banner_solution .index_banner .item {
        height: 72vh;
        max-height: 500px;
    }
}

@media only screen and (max-width: 1440px) {

    /*解决方案*/
    .banner_solution .index_banner .item .inner .block_txt h4 {
        font-size: 18px;
    }

    .banner_solution .index_banner .item .inner .block_txt h2 {
        font-size: 60px;
    }

    .banner_solution .index_banner .item .inner .block_txt h3 {
        font-size: 18px;
        margin-top: 5px;
    }

    .banner_solution .index_banner .item {
        height: 70vh;
    }
}

@media only screen and (max-width: 1366px) {

    /*解决方案*/
    .banner_solution .index_banner .item .inner .block_txt h4 {
        font-size: 16px;
    }

    .banner_solution .index_banner .item .inner .block_txt h2 {
        font-size: 26px;
    }

    .banner_solution .index_banner .item .inner .block_txt h3 {
        font-size: 16px;
    }

    .banner_solution .index_banner .slick-arrow {
        background-size: auto 30px;
    }

    .banner_solution .index_banner .item {
        height: 68vh;
    }
}

@media only screen and (max-width: 1199px) {

    /*解决方案*/
    .banner_solution .index_banner .item .inner .block_txt h4 {
        font-size: 14px;
    }

    .banner_solution .index_banner .item .inner .block_txt h2 {
        font-size: 22px;
    }

    .banner_solution .index_banner .item .inner .block_txt h3 {
        font-size: 14px;
    }

    .banner_solution .index_banner .item {
        height: 65vh;
    }
}

@media screen and (max-width: 992px) {

    /*解决方案*/
    .banner_solution .number span {
        margin-right: 60px;
    }
}

@media screen and (max-width: 640px) {

    /*解决方案*/
    .banner_solution .number span {
        margin-right: 30px;
    }

    .banner_solution .index_banner .item {
        height: 50vh;
    }
}

@media screen and (max-width: 480px) {

    /*解决方案*/
    .banner_solution .number span {
        margin-right: 15px;
    }

    .banner_solution .index_banner .item {
        height: 40vh;
    }
}

.anim-1,
.anim-2,
.anim-3 {
    -webkit-transform: translateY(100px) translateX(0);
    -moz-transform: translateY(100px) translateX(0);
    transform: translateY(100px) translateX(0);
    /* opacity: 0;*/
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.anim-1 {
    -webkit-transition: transform .8s, opacity .8s;
    -moz-transition: transform .8s, opacity .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
}

.anim-2 {
    -webkit-transition: transform 1s, opacity 1s;
    -moz-transition: transform 1s, opacity 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
}

.anim-3 {
    -webkit-transition: transform 1.2s, opacity 1.2s;
    -moz-transition: transform 1.2s, opacity 1.2s;
    -o-transition: transform 1.2s, opacity 1.2s;
    transition: transform 1.2s, opacity 1.2s;
}

@keyframes mymove6 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(100px) translateX(0);
        -moz-transform: translateY(100px) translateX(0);
        transform: translateY(100px) translateX(0);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@-webkit-keyframes mymove6 {

    /*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}
  to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(100px) translateX(0);
        -moz-transform: translateY(100px) translateX(0);
        transform: translateY(100px) translateX(0);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@keyframes mymove8 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-100px);
        -moz-transform: translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@-webkit-keyframes mymove8 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-100px);
        -moz-transform: translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}







/*关于我们页面*/
.about-banner {

    --wrap-w: var(--wrap-1760-width);

    overflow: hidden;
    background: url(../images/banner-img.jpg) center center no-repeat #fff;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    width: 100%;
}

.about-banner:after {
    content: "";
    width: 56.9%;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.about-banner .h2-box {
    position: absolute;
    top: 23.5%;
}

.about-banner .h2-box .h2 {

    word-break: keep-all;

    white-space: nowrap;

    font-size: clamp(0px, calc(100vw*0.12689), 243px);

    line-height: 0.8em;

    font-weight: bold;

}

.about-banner .h2-box .h2 label {
    background: var(--linear-color);
    -webkit-background-clip: text;
    color: transparent;
}

.about-banner .h2-box .h2 span {
    color: var(--main-color);
    -webkit-text-stroke: 0.3px var(--main-color);
    color: transparent;
}

.about-banner .cont-box .left-cont {
    width: 42%;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
}

.about-banner .cont-box .left-cont .num-box {
    position: relative;
    background:var(--linear-color);
    background-blend-mode: normal, normal;
    border-radius: 0px 30px 0 30px;
    color: #fffefc;
    float: right;
    padding-left: 34px;
    padding-right: 100px;
    padding-top: 70px;
    padding-bottom: 40px;
}

.about-banner .cont-box .left-cont .num-box .num-num {
    align-items: center;
    font-size: 120px;
    line-height: 1em;
}

.about-banner .cont-box .left-cont .num-box .num-val {
    line-height: 1.2em;
}

.about-banner .cont-box .left-cont .num-box .num-txt {
    line-height: 1.4em;
    letter-spacing: 2px;
    margin-top: 75px;
}

.about-banner .cont-box .right-cont {
    width: 58%;
    background: #ffffff;
    float: right;
}

.about-banner .cont-box .right-cont .boxs {
    width: 94%;
    float: right;
    max-width: 900px;
    overflow: hidden;
    margin-top: 525px;
    margin-bottom: 60px;
}

.about-banner .cont-box .right-cont .h1 {
    font-weight: lighter;
    color: #000;
    overflow: hidden;
    line-height: 1.3;
    font-size:var(--fs52);
}

.about-banner .cont-box .right-cont .h3 {
    font-weight: normal;
    color: #000;
    overflow: hidden;
    line-height: 1.3;
     font-size:var(--fs36);
     font-weight: bold;
}

.about-banner .cont-box .right-cont .des {
    overflow: hidden;
    margin-top: 10%;
    line-height: 24px;
    color: #585858;
    /*font-weight:lighter; */
    font-size: 16px;
}

.about-banner .cont-box .right-cont .des p {
    /* width:49%; max-width:383px; */
    overflow: hidden;
    margin-bottom: 2%;
    text-indent: var(--fs30);
}

.about-block-d {
    padding-top: 90px;
    padding-bottom: 67px;
    position: relative;
    background: #f9f9f9;
    margin-top: var(--fs100);
}

.about-block-d .wrap3 {
    max-width: 1600px;
}

.about-block-d .left-cont {
    float: left;
    width: 29.76%;
    margin-bottom: 21px;
}

.about-block-d .left-cont .line {
    display: block;
    max-width: 320px;
    width: 80%;
    height: 12px;
    background: ;
    background-size: auto 100%;
    margin-bottom: 140px;
    margin-top: 92px;
}

.about-block-d .middle-cont {
    float: left;
    width: 60.7%;
}

.about-block-d .middle-cont .text {
    line-height: 40px;
    color: #333333;
}

@keyframes textShade {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.about-block-d .middle-cont .color-text {
    /*  height:157px; background:url(../images/about/about_pic5.png) left center no-repeat; background-size:auto 100%;  */
    margin-top: 22px;
    margin-bottom: 46px;
    background-image: url(../images/banner-img.jpg);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: 50% 50%;
    animation: textShade linear 20s infinite;
    background-size: auto 100%;
    font-size: 68px;
    font-weight: bold;
    line-height: 1.3;
}

.about-block-d .right-cont {
    float: right;
    writing-mode: tb-rl;
}

.about-block-d .right-cont .en-big {
    color: #eeeeee;
    line-height: 60px;
    margin-left: 3px;
}

.about-block-d .right-cont .en {
    line-height: 24px;
    overflow: hidden;
    color: #999999;
    font-weight: lighter;
}

.about-block-d .right-cont .en .line {
    height: 99px;
    width: 1px;
    font-weight: normal;
    display: inline-block;
    background: #d7d7d7;
    margin-bottom: 6px;
    font-size: 0;
}

@media (max-width: 1660px) {

  

    .about-banner .cont-box .right-cont .boxs {
        margin-top: 470px;
        margin-bottom: 60px;
    }


}

@media (max-width: 1550px) {

 
    .about-block-d {
        padding-top: 70px;
        padding-bottom: 57px;
    }

}

@media (max-width: 1400px) {

   
    .about-banner .cont-box .left-cont .num-box {
        padding-top: 50px;
        padding-right: 80px;
    }

    .about-banner .cont-box .left-cont .num-box .num-num {
        font-size: 110px;
    }

    .about-banner .cont-box .left-cont .num-box .num-txt {
        margin-top: 50px;
    }

    .about-banner .cont-box .right-cont .boxs {
        margin-top: 400px;
        margin-bottom: 60px;
    }

   
}

@media (max-width: 1200px) {

    /*å…³äºŽæˆ‘ä»¬*/
    .about-block-c .about-auto-cont {
        margin-top: 70px;
    }
}

@media (max-width: 992px) {

    /*å…³äºŽæˆ‘ä»¬*/
    .about-banner {
        background: #fff;
        margin-top: 50px;
    }

    .about-banner .h2-box {
        position: static;
        margin-top: 7%;
    }

    .about-banner .h2-box .h2 {
        font-size: 75px;
    }

    .about-banner .cont-box .right-cont .boxs {
        float: none;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 6%;
    }

    .about-banner .cont-box .left-cont {
        display: none;
    }

    .about-banner .cont-box .right-cont {
        width: 100%;
        float: none;
    }

    .about-banner .cont-box .right-cont .des {
        margin-top: 5%;
    }

    .about-block-d {
        padding-top: 7%;
        overflow: hidden;
    }

    .about-block-d .left-cont .line {
        display: none;
    }

    .about-block-d .right-cont {
        display: none;
    }

    .about-block-d .middle-cont {
        float: none;
        width: 100%;
        margin-bottom: 6%;
        padding-bottom: 6%;
    }

    .about-block-d .left-cont {
        float: none;
        position: absolute;
        bottom: 7%;
        width: 100%;
    }

    .about-block-d .middle-cont .color-text {
        font-size: 60px;
        margin-bottom: 5%;
    }



}

@media (max-width: 960px) {
    
    /*å…³äºŽæˆ‘ä»¬*/
    .about-banner .h2-box .h2 {
        font-size: 60px;
    }


    .about-block-d .middle-cont .color-text {
        font-size: 50px;
    }
}

@media (max-width: 780px) {
   
    /*å…³äºŽæˆ‘ä»¬*/
    .about-banner .h2-box .h2 {
        font-size: 50px;
    }


}

@media (max-width: 640px) {
 

    /*å…³äºŽæˆ‘ä»¬*/
    .about-banner .h2-box .h2 {
        font-size: 36px;
    }

    .about-banner .cont-box .right-cont .des {
        font-size: 15px;
    }

    .about-block-d .middle-cont .color-text {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
  
    /*å…³äºŽæˆ‘ä»¬*/
    .about-banner .h2-box .h2 {
        font-size: 30px;
    }

    .about-banner .cont-box .right-cont .des {
        font-size: 14px;
    }

   

    .about-block-d .middle-cont .color-text {
        font-size: 30px;
    }

}


/*百度推广*/
.website-block-li {
  --cw: var(--wrap-1760-width);
  background: no-repeat center / cover;
  overflow: hidden;
}
.website-block-li .auto-title-big {
  margin-left: -0.08em;
  opacity: 0.13;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: -0.05em;
  font-family: 'DIN';
  font-size: calc(var(--cw)*0.1017);
  font-weight: bold;
  line-height: 0.8em;
  color: #1b1918;
  -webkit-text-stroke: 0.3px #ffffff;
}
.website-block-li .auto-title-h6 {
  margin-top: -1.8em;
  font-size: 20px;
  line-height: 1.4em;
}
.website-block-li .auto-title-h2 {
  margin-top: 13px;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.4em;
}
.website-block-li .cont {
  margin-top: 46px;
  font-size: 18px;
  line-height: 2.5em;
}
.website-block-li .more-box-a {
  margin-top: 70px;
}
.website-block-li .more-box-a .more-box + .more-box {
  margin-left: 15px;
}
.website-block-li .cont-text {
  width: 595px;
  padding-top: 3%;
  padding-bottom: 3%;
  float: left;
}
.website-block-li.website-marketing .cont-text { padding-top: 12%;}
.website-block-li .img-cont img {
  display: block;
  width: 95%;
}
.website-block-li:nth-child(2n+1) { background:#f8f8f8 }
.website-block-li:nth-child(2n+1) .img-cont{ float:left }
/*.website-block-li:nth-child(2n+1) .cont-text{ float:right }*/
.web-box .website-block-li:nth-child(1){ background:url(../images/innerbg2.jpg) no-repeat center / cover ; }
.web-box .website-block-li:nth-child(2){ background:url(../images/innerbg1.jpg) no-repeat center / cover ; }
.web-box .website-block-li:nth-child(2) .cont-text{ color:#fff }

@media (max-width: 1660px) {
  .website-block-li .auto-title-h6 {
    font-size: 19px;
  }
  .website-block-li .auto-title-h2 {
    margin-top: 12px;
    font-size: 52px;
  }
  .website-block-li .cont {
    margin-top: 42px;
    font-size: 18px;
    line-height: 2.3em;
  }
  .website-block-li .more-box-a {
    margin-top: 60px;
  }
  .website-block-li .cont-text {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .website-block-li.website-marketing .cont-text { padding-top: 7%;}
}

@media (max-width: 1550px) {
  .website-block-li .auto-title-h6 {
    font-size: 18px;
  }
  .website-block-li .auto-title-h2 {
    font-size: 46px;
  }
  .website-block-li .cont {
    margin-top: 36px;
    font-size: 17px;
    line-height: 2em;
  }
  .website-block-li .more-box-a {
    margin-top: 54px;
  }
}
@media (max-width: 1400px) {
  .website-block-li .auto-title-h6 {
    margin-top: -1.7em;
    font-size: 17px;
  }
  .website-block-li .auto-title-h2 {
    margin-top: 16px;
    font-size: 42px;
  }
  .website-block-li .cont {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2em;
  }
  .website-block-li .more-box-a {
    margin-top: 40px;
  }
}
@media (max-width: 1300px) {
  .website-block-li .auto-title-h6 {
    font-size: 16px;
  }
  .website-block-li .auto-title-h2 {
    margin-top: 15px;
    font-size: 38px;
  }
  .website-block-li .cont {
    margin-top: 20px;
    line-height: 1.9em;
    font-size: 15px;
  }
  .website-block-li .more-box-a {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .website-block-li .auto-title-big {font-size: 100px;}
  .website-block-li .auto-title-h2 {font-size: 32px;}
  .website-block-li .auto-title-h6 {font-size: 15px;}
}
@media (max-width: 640px) {
  .website-block-li .auto-title-big {font-size: 80px;}
  .website-block-li .auto-title-h2 {font-size: 26px;}
  .website-block-li .cont {font-size: 14px;}
  .website-block-li .auto-title-h6 {font-size: 14px;}
}
@media (max-width: 480px) {
  .website-block-li .auto-title-big {font-size: 60px;}
  .website-block-li .auto-title-h2 {font-size: 24px;}
  .website-block-li .cont {font-size: 13px;}
  .website-block-li .auto-title-h6 {font-size: 13px;}
}
.website-enterprise {

  padding-bottom: 125px;
}
.website-enterprise .img-cont {
  width: 52%;
  float: right;
  position: relative;
  z-index: 1;
  padding-top: var(--fs100);
}


.website-enterprise .img-cont .img-div {
  margin-right: -25.6%;
  max-width: 100%;
}

.website-enterprise .img-cont .img-div video{ max-width:90% }
@media (max-width: 1660px) {
  .website-enterprise {

    padding-bottom: 105px;
  }
}
@media (max-width: 1550px) {
  .website-enterprise {
  
    padding-bottom: 85px;
  }
}
@media (max-width: 1400px) {
  .website-enterprise {

    padding-bottom: 65px;
  }
}
@media (max-width: 1300px) {
  .website-enterprise {
    padding-bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .website-block-li .cont-text {padding-top: 0;}
}
@media (max-width: 992px) {
  .website-enterprise .img-cont {float: none;width: 100%;}
  .website-enterprise .img-cont .img-div {margin-right: 0;}
  .website-block-li:nth-child(2n+1) .cont-text{float: none;width: 100%;margin-top: 5%;}
}
.website-brand {
  padding-top: 75px;
  padding-bottom: 50px;
}
.website-brand .img-cont {
  width: 54.2%;
  position: relative;
  z-index: 1;
}
.website-brand .img-cont .img-div {
  margin-left: -25.6%;
  float: left;
}
@media (max-width: 1300px) {
  .website-brand {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .website-brand .img-cont {float: none;width: 100%;}
  .website-brand .img-cont .img-div {margin-left: 0;}
  .website-block-li:nth-child(2n+2) .cont-text {float: none;width: 100%;clear: both;}
}
.website-shopping {
  padding-top: 85px;
  padding-bottom: 80px;
}
.website-shopping .img-cont {
  width: 60.397%;float: right;position: relative;z-index: 1;
}
.website-shopping .img-cont .img-div {
  margin-right: -1.131%;
}
@media (max-width: 992px) {
  .website-shopping .img-cont {float: none;width: 100%;}
  .website-shopping .img-cont .img-div {margin-right: 0;}
}
.website-mobile {
  padding-top: 80px;
  padding-bottom: 80px;
}
.website-mobile .img-cont {
  width: 45.45%;float: left;position: relative;z-index: 1;
}
.website-mobile .img-cont .img-div {
  margin-left: -7.513%;
}
@media (max-width: 1660px) {
  .website-mobile {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1550px) {
  .website-mobile {
    padding-bottom: 60px;
  }
}
@media (max-width: 1400px) {
  .website-mobile {
    padding-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .website-mobile {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .website-mobile {padding-top: 55px;padding-bottom: 55px;}
  .website-mobile .img-cont {float: none;width: 100%;}
  .website-mobile .img-cont .img-div {margin-left: 0;}
}
.website-marketing .img-cont {
  width: 55.682%;float: right;position: relative;z-index: 1;
}
.website-marketing .img-cont .img-list {
  --pad: 17%;
}
.website-marketing .img-cont .img-list .img-list-li {
  width: 46.327%;
}
.website-marketing .img-cont .img-list .img-list-li:nth-child(2n+1) {
  padding-bottom: var(--pad);
}
.website-marketing .img-cont .img-list .img-list-li:nth-child(2n+2) {
  padding-top: var(--pad);
}
@media (max-width: 992px) {
  .website-marketing {padding-top: 55px;padding-bottom: 55px;}
  .website-marketing .img-cont {float: none;width: 100%;}
}
.website-industry {
  padding-top: 204px;
}
.website-industry .wrap-div {
  align-items: flex-start;
}
.website-industry .img-cont {
  width: 51.648%;float: left;
}
.website-industry .img-cont .img-div {
  margin-left: -0.661%;
}
.website-industry .cont-text {
  padding-top: 20px;
}
@media (max-width: 1660px) {
  .website-industry {
    padding-top: 184px;
  }
}
@media (max-width: 1550px) {
  .website-industry {
    padding-top: 130px;
  }
}
@media (max-width: 1400px) {
  .website-industry {
    padding-top: 100px;
  }
}
@media (max-width: 1300px) {
  .website-industry {
    padding-top: 70px;
  }
}
@media (max-width: 992px) {
  .website-industry{padding-top: 55px;padding-bottom: 55px;}
  .website-industry .img-cont {float: none;width: 100%;}
  .website-industry .img-cont .img-div {margin-left: 0;}
  .website-block-li:nth-child(2n+2) .cont-text {margin-top: 5%;}
}
.website-responsive {
  padding-top: 120px;
  padding-bottom: 200px;
}
.website-responsive .img-cont {
  width: 54.545%;float: right;
}
.website-responsive .img-cont .img-div img {
  width: auto;
}
@media (max-width: 1660px) {
  .website-responsive {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1550px) {
  .website-responsive {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .website-responsive {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1300px) {
  .website-responsive {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .website-responsive .img-cont {
    width: 100%;float: none;
  }
}








/*产品详情*/

.case-info {
  padding-bottom: 80px;
}
.case-info .info-flex {

  position: relative;
}
.case-info .cont {
  width: 73.86%;
  background-color: #ffffff;
  padding: 60px 42px 115px;
}
.case-info .cont .other {
  --lh: 42px;
  margin-bottom: 5px;
  line-height: var(--lh);
}
.case-info .cont .other .type {
  --c: #222222;
  font-size: 18px;
  font-weight: bold;
  color: var(--c);
}
.case-info .cont .other .type .self-svg {
  --size: 25px;
  --fill: var(--c);
}
.case-info .cont .other .type .self-svg svg {
  transform: rotate(90deg);
}
.case-info .cont .other .type .type-word {
  margin-left: 14px;
}
.case-info .cont .other .word {
  font-size: 16px;
  color: #999999;
}
.case-info .cont .info-title {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.92em;
  color: #222222;
}
.case-info .cont .info-title-en {
  margin-top: 17px;
  margin-bottom: 33px;
  font-family: DIN-Bold;
  font-weight: bold;
  font-size: 59px;
  line-height: 1em;
  letter-spacing: -3px;
}
.case-info .cont .info-title-en span {
  display: inline-block;
  vertical-align: top;
 background: var(--linear-color);
  -webkit-background-clip: text;
  color: transparent;
}
.case-info .cont .info-title-line {
  display: block;
  margin: 0 auto;
  width: 42px;
  height: 3px;
  background-color: #2d2d2c;
}
.case-info .cont .message {
  margin-top: 55px;
  text-align: center;
}
.case-info .info-type {
  --c: #ffffff;
  --fill: var(--c);
  width: 26.14%;
}
.show-header .case-info .info-type .pad {
  top: var(--header-small-height);
}
.case-info .info-type .pad {
  position: sticky;
  top: 0;
  padding: 53px 48px 75px;
      background: var(--linear-color);
  background-blend-mode: normal, normal;
  color: #fdfdfd;
  transition: top .4s;
}
.case-info .info-type .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  color: #fdfdfd;
}
.case-info .info-type .tags {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.5em;
}
.case-info .info-type .tags .tags-li {
  padding: 0.3em 0;
}
.case-info .info-type .btns-box {
  margin-top: 54px;
}
.case-info .info-type .btn-type-a {
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
}
.case-info .info-type .btn-type-a:hover{--fill: var(--main-color);}
.case-info .info-type .btn-type-a:hover .self-svg{background: var(--c);}
.case-info .info-type .btn-type-a .self-svg {
  --sw: 44px;
  --size: 35.8%;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid var(--c);
  width: var(--sw);
  height: var(--sw);
  transition: all 0.3s;
}
.case-info .info-type .btn-type-a .self-svg svg {
  margin-right: 2%;
  transition: all 0.3s;
}
.case-info .info-type .btn-type-a .btn-type-word {
  display: block;
  margin-top: 8px;
}
.case-info .info-type .btn-type-a.prev .self-svg {
  transform: scaleX(-1);
}
.case-info .info-type .btn-type-b {
  --lh: 50px;
  margin-top: 38px;
  border-radius: calc(var(--lh)/2) calc(var(--lh)/2) calc(var(--lh)/2) 0px;
  border: 1px solid var(--c);
  background: transparent;
  text-align: center;
  font-size: 16px;
  line-height: calc(var(--lh) - 2px);
  transition: all 0.3s;
}
.case-info .info-type .btn-type-b .self-svg {
  --sw: 50px;
  --size: 47%;
  width: var(--sw);
  height: var(--sw);
}
.case-info .info-type .btn-type-b .self-svg svg {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.case-info .info-type .btn-type-b.on,
.case-info .info-type .btn-type-b:hover {
  --fill: var(--main-color);
  background: var(--c);
  color: var(--main-color);
}
.case-info .info-type .text {
  margin-top: 65px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.42em;
}
@media (max-width: 1660px) {
  .case-info {
    padding-bottom: 70px;
  }
  .case-info .info-flex {
   
  }
  .case-info .cont {
    padding: 55px 40px 100px;
  }
  .case-info .cont .other {
    --lh: 36px;
  }
  .case-info .cont .other .type {
    font-size: 17px;
  }
  .case-info .cont .other .type .self-svg {
    --size: 23px;
  }
  .case-info .cont .other .type .type-word {
    margin-left: 12px;
  }
  .case-info .cont .other .word {
    font-size: 16px;
  }
  .case-info .cont .info-title {
    letter-spacing: 0.8em;
  }
  .case-info .cont .info-title-en {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 55px;
    letter-spacing: -2px;
  }
  .case-info .cont .message {
    margin-top: 50px;

  }
  .case-info .info-type .pad {
    padding: 50px 45px 70px;
  }
  .case-info .info-type .title {
    font-size: 26px;
  }
  .case-info .info-type .tags {
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.4em;
  }
  .case-info .info-type .tags .tags-li {
    padding: 0.2em 0;
  }
  .case-info .info-type .btns-box {
    margin-top: 45px;
  }
  .case-info .info-type .btn-type-a {
    font-size: 15px;
  }
  .case-info .info-type .btn-type-a .self-svg {
    --sw: 42px;
  }
  .case-info .info-type .btn-type-a .btn-type-word {
    margin-top: 6px;
  }
  .case-info .info-type .btn-type-b {
    --lh: 46px;
    margin-top: 33px;
    font-size: 15px;
  }
  .case-info .info-type .btn-type-b .self-svg {
    --sw: 46px;
  }
  .case-info .info-type .text {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 26px;
  }
}
@media (max-width: 1550px) {
  .case-info {
    padding-bottom: 60px;
  }
  .case-info .info-flex {
  
  }
  .case-info .cont {
    padding: 50px 40px 80px;
  }
  .case-info .cont .info-title {
    letter-spacing: 0.6em;
  }
  .case-info .cont .info-title-en {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: -1px;
  }
  .case-info .cont .message {
    margin-top: 40px;
  }
  .case-info .info-type .pad {
    padding: 45px 42px 60px;
  }
  .case-info .info-type .title {
    font-size: 24px;
  }
  .case-info .info-type .tags {
    margin-top: 10px;
    font-size: 18px;
  }
  .case-info .info-type .btns-box {
    margin-top: 35px;
  }
  .case-info .info-type .btn-type-a {
    font-size: 14px;
  }
  .case-info .info-type .btn-type-a .self-svg {
    --sw: 40px;
  }
  .case-info .info-type .btn-type-b {
    --lh: 44px;
    margin-top: 30px;
    font-size: 14px;
  }
  .case-info .info-type .btn-type-b .self-svg {
    --sw: 42px;
  }
  .case-info .info-type .text {
    margin-top: 40px;
    margin-bottom: 13px;
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .case-info .info-flex {
   
  }
  .case-info .cont {
    padding: 45px 38px 70px;
  }
  .case-info .cont .info-title {
    letter-spacing: 0.5em;
  }
  .case-info .cont .info-title-en {
    margin-bottom: 22px;
    font-size: 48px;
    letter-spacing: 0px;
  }
  .case-info .cont .message {
    margin-top: 35px;
  }
  .case-info .info-type .pad {
    padding: 40px 38px 50px;
  }
  .case-info .info-type .title {
    font-size: 22px;
  }
  .case-info .info-type .tags {
    font-size: 16px;
  }
  .case-info .info-type .btns-box {
    margin-top: 30px;
  }
  .case-info .info-type .btn-type-a .self-svg {
    --sw: 38px;
  }
  .case-info .info-type .btn-type-b {
    --lh: 42px;
    margin-top: 26px;
  }
  .case-info .info-type .btn-type-b .self-svg {
    --sw: 40px;
  }
  .case-info .info-type .text {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .case-info .info-flex {
   
  }
}
@media (max-width: 1200px) {
  .case-info .info-type .pad {padding: 40px 28px 50px;}
}
@media (max-width: 996px) {
  .banner-case-info .cont {padding-top: 50px;}
  .case-info .info-flex {display: block;}
  .case-info .cont {width: 100%;}
  .case-info .cont .message{margin-top: 30px;}
  .case-info .cont .info-title{font-size: 16px;}
  .case-info .cont .info-title-en{font-size: 30px;}
  .case-info .info-type {width: 100%; clear: both;}
  .case-info .info-type .tags {overflow: hidden;}
  .case-info .info-type .tags .tags-li {width: 50%;float: left;}
  .case-info .info-type .btns-box {clear: both;}
  
}
@media (max-width: 960px) {
  .banner-case-info .img-div {object-fit: cover;min-height: 350px;}
}
@media (max-width: 480px) {
  .case-info{padding-bottom: 50px;}
  .banner-case-info .cont .cont-title {font-size: 24px;}
  .banner-case-info .cont .cont-des{font-size: 14px;}
  .case-info .cont {padding: 25px 15px 40px;}
  .case-info .info-type .pad {padding: 25px 15px 40px;}
}



/*新闻*/
.banner-news {
  position: relative;
  overflow: hidden;
}
.banner-news .img-div {
  display: block;
  margin: 0 auto;
}
.banner-news .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 180px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #ffffff;
}
.banner-news .cont .cont-title {
  font-size: 58px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.banner-news .cont .cont-des {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4em;
}
/* 图片居中代码 */
.centered-image {
  display: block;
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1660px) {
  .banner-news .cont {
    padding-bottom: 120px;
  }
  .banner-news .cont .cont-title {
    font-size: 54px;
  }
  .banner-news .cont .cont-des {
    margin-top: 5px;
    font-size: 19px;
  }
}
@media (max-width: 1550px) {
  .banner-news .cont {
    padding-bottom: 110px;
  }
  .banner-news .cont .cont-title {
    font-size: 50px;
  }
  .banner-news .cont .cont-des {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .banner-news .cont {
    padding-bottom: 100px;
  }
  .banner-news .cont .cont-title {
    font-size: 40px;
  }
  .banner-news .cont .cont-des {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .banner-news .cont {
    padding-bottom: 90px;
  }
  .banner-news .cont .cont-title {
    font-size: 36px;
  }
}

.news-menu-type .wrap3 {
  padding: 3.977% 0;
}
.news-menu-type .menu-son {
  margin: 5px 10px 5px 0;padding: 0 2.6em;
  background: transparent;
  font-size: 18px;
  color: #333333;
}
.news-menu-type .menu-son.on ,
.news-menu-type .menu-son:hover {
  background: var(--linear-color-h);
  color: #ffffff;
}
.news-menu-type .more-box-a{ float:left;}
.news-menu-type .news_one_r{ float:right; overflow:hidden;height:50px; line-height:50px; background:#f5f5f5;}
.news-menu-type .news_one_r .cinputs{ width:270px;border:0;height:50px; text-indent:20px; background:none; color:#999999; font-size:14px; font-family:"微软雅黑"; outline:none; float:left;}
.news-menu-type .news_one_r .cbnts{ float:right;width: 50px; height: 50px;  display: block; background:url(../images/news/news_bg1.jpg) no-repeat; border:0; outline: none; color: #fff;font-size: 18px; text-align: center; line-height: 68px;cursor: pointer;font-family: '微软雅黑';transition:all 0.3s;}
.news-menu-type .news_one_r .cbnts:Hover{opacity:0.8;filter:Alpha(opacity=80);}

.news-block {
  --ww: var(--wrap-1760-width);
  --wson: 46%;
  position: relative;
  padding: 1px 0 105px;
}
.news-block .list {
  margin-top: 1.1%;
}
.news-block .list::after {
  content: '';
  display: block;
  width: var(--wson);
}
.news-block .list .list-li {
  margin-top: 1.7%;
  width: var(--wson);
}
.news-block .list .list-li:nth-child(1) ,
.news-block .list .list-li:nth-child(2) ,
.news-block .list .list-li:nth-child(3) {
  margin-top: 0;
}
.news-block .list .list-box {
  display: block;
  position: relative;
  border-top: 1px solid #e4e4e4;
  padding: calc(var(--ww)*.035) 0;
}
.news-block .list .list-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: var(--main-color);
  transition: width .3s;
}
.news-block .list .time {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  color: #888888;
}
.news-block .list .line {
  display: block;
  transform: translate(0,0);
  margin-top: 12px;
  width: 24px;
  height: 2px;
  background-color: #dadada;
  transition: transform .3s;
}
.news-block .list .list-title {
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.4em;
  color: #333333;
  transition: color .3s;
}
.news-block .list .list-des {
  margin-top: 36px;
  -webkit-line-clamp: 3;
  font-size: 15px;
  line-height: 1.86em;
  color: #888888;
}
.news-block .list .tags{ overflow:hidden; height:22px; line-height:22px; color:#999; margin-top:10px;}
.news-block .list .tags span{ float:left; margin-right:6px;font-size:14px;}
.news-block .list .tags a{ float:left; margin-right:5px;font-size:14px; color:#999;}
.news-block .list .tags a:hover{color: var(--main-color);}
.news-block .list .list-box:hover::before {
  width: 100%;
}
.news-block .list .list-box:hover .line {
  transform: translate(3px,0);
  background: var(--main-color);
}
.news-block .list .list-box:hover .list-title {
  color: var(--main-color);
}
.news-block .page-btn-box {
  padding-top: 15px;
}
@media (max-width: 1800px) {
  .news-menu-type .menu-son {padding: 0 1.6em;}
}
@media (max-width: 1660px) {
  .news-menu-type .menu-son {
    /* padding: 0 2.3em; */
  }
}
@media (max-width: 1550px) {
  .news-menu-type .menu-son {
    font-size: 16px;padding: 0 1.4em;
    margin-right: 5px;
  }
  .news-block .list {
    margin-top: 0;
  }
}
@media (max-width: 1400px) {
  .news-menu-type .menu-son {
   padding: 0 1.5em; /* margin-right:8px; */
    font-size: 15px;
  }
  .news-block {
    padding-bottom: 80px;margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .news-menu-type {pointer-events: auto;}
  .news-menu-type .wrap3 {white-space: nowrap;height: 90px;overflow: hidden;}
  .news-menu-type .menu-son {font-size: 15px;}
  .news-menu-type .more-box-a{display: block; float: none;width: 100%;overflow-x: auto; overflow-y: hidden;-webkit-overflow-scrolling: touch;height:70px;line-height: 50px;}
  .news-menu-type .menu-son{line-height: 40px;height: 40px;display: inline-block; }
  .news-menu-type .news_one_r{float: none;margin-top: 2%;display: none;}
  .news-menu-type .news_one_r .cinputs{width:calc(100% - 50px);width:-webkit-calc(100% - 50px);width:-moz-calc(100% - 50px);}
  .news-block .list .list-title {font-size: 22px;}
}
@media (max-width: 960px) {
  .news-menu-type .menu-son {font-size: 14px;}
  .news-block .list .list-li {width: 100%;margin-top: 0;}
  .news-block .list .list-title {font-size: 20px;}
  .news-block .list .list-box{padding: 6% 0;}
}
@media (max-width: 640px) {
  .news-menu-type .wrap3 {height: 80px;}
  .news-menu-type .news_one_r {height: 40px;}
  .news-menu-type .news_one_r .cinputs {height: 40px;width:calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px);}
  .news-menu-type .news_one_r .cbnts {width: 40px;height: 40px; background-position: center center;}
  .news-block {margin-top: 2%;padding-bottom: 8%; }
  .news-block .list .list-title {font-size: 18px;}
  .news-block .list .list-des{margin-top: 3.6%;font-size: 14px;}
}
@media (max-width: 480px) {
  .news-block { margin-top: 1%;}
  .news-block .list .list-title {font-size: 16px;}
}
.news-menu {
  padding: 28px 0;
}
.news-menu .h2 {
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #000000;
}
.news-menu .select-box .select-bg {
  --c: #000000;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  min-width: 305px;
}
.news-menu .select-box .select-word {
  padding-left: 17px;
  padding-right: calc(17px + 1.2em);
  font-size: 18px;
  color: var(--c);
}
.news-menu .select-box .select-word::after {
  display: none;
}
.news-menu .select-box .self-svg {
  --size: 0.8em;
  --fill: var(--c);
  position: absolute;
  transform: translateY(-60%);
  top: 50%;
  right: 17px;
}
.news-menu .select-box .self-svg svg {
  transform: rotate(90deg);
}
.news-menu .select-box .on .select-bg {
  --c: var(--hc);
}
@media (max-width: 1550px) {
  .news-menu {
    padding: 25px 0;
  }
  .news-menu .h2 {
    font-size: 30px;
  }
  .news-menu .select-box .select-bg {
    border-radius: 5px;
    min-width: 295px;
  }
  .news-menu .select-box .select-word {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .news-menu {
    padding: 20px 0;
  }
  .news-menu .h2 {
    font-size: 24px;
  }
  .news-menu .select-box .select-bg {
    border-radius: 5px;
    min-width: 295px;
  }
  .news-menu .select-box .select-word {
    padding-left: 13px;
    padding-right: calc(13px + 1.2em);
    font-size: 16px;
  }
}

/*新闻详情*/
.news-info {
  padding-top: 15px;
  padding-bottom: 40px;
}
.news-info .left-cont {
  width: 71%;
}
.news-info .left-cont .info-header {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.news-info .left-cont .other {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.4em;
  color: #c8c8c8;
}
.news-info .left-cont .info-content {
  margin-top: 40px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 1.8em;
  /*padding-bottom: 5em;*/padding-bottom: 1em;
  font-size: 15px;
  line-height: 1.8em;
  color: #555555;
}
.news-info .left-cont .info-content p{ margin-bottom:17px;}
.news-info .left-cont .info-content img{ height:auto!important; max-width: 80%; display: block; margin-left: auto; margin-right: auto;}
.news-info .right-cont {
  width: 24.43%;
}
.news-info .right-cont .h3 {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.news-info .right-cont .list .list-li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.news-info .right-cont .list .list-li + .list-li {
  margin-top: 18px;
}
.news-info .right-cont .list .list-li .list-box {
  display: block;
}
.news-info .right-cont .list .list-li .list-box .title {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  transform: translateX(0);
  transition: all 0.3s;
}
.news-info .right-cont .list .list-li .list-box .other {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em;
  color: #c8c8c8;
}
.news-info .right-cont .list .list-li .list-box:hover .title {
  transform: translateX(3px);
  color: var(--main-color);
}

@media (max-width: 996px) {
  .news-info {padding-bottom: 4%;}
  .news-info .info-flex{display: block;}
  .news-info .left-cont {width: 100%;}
  .news-info .left-cont .info-header { text-align: center;}
  .news-info .left-cont .other {text-align: center;font-size: 14px;}
  .news-info .right-cont {width: 100%; display: none;}


}

@media (max-width: 640px) {
  .news-info .left-cont .info-header {font-size: 24px;}
  .news-info .left-cont .info-content {margin-top: 4%;padding-top: 4%;}
  .news-info .left-cont .other {text-align: center;font-size: 13px;}
}
@media (max-width: 480px) {
  .news-info .left-cont .info-header {font-size: 20px;}
  .news-info .left-cont .other {font-size: 12px;}
}




/*联系我们*/

.contact-block-a {
  padding: 50px 0;
}
.contact-block-a .list {
  padding: 30px 0;
}
.contact-block-a .list .list-li {
  --sw: 134px;
  width: 21.5909%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  color: #333333;
}
.contact-block-a .list .list-li .pad {
  height: 100%;
  background-color: #ffffff;
  padding: 21% 6% 23%;
}
.contact-block-a .list .list-li .self-svg {
  --size: 34%;
  --fill: #999999;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 1px #b5b5b5;
  width: 134px;
  height: 134px;
}
.contact-block-a .list .list-li .li-title {
  margin-top: 1em;
}
.contact-block-a .list .list-li .li-val {
  margin-top: 0.2em;
}

.map-box .map{ height:50vh; background:#ccc;width:100%; display:block; overflow:hidden; }

@media (max-width: 1800px) {
  .contact-block-a .form-block .left-cont {width: 45%;}
  .contact-block-a .form-block .right-cont {width: 49.7%;}
}
@media (max-width: 1660px) {
  .contact-block-a {
    padding: 45px 0;
  }
  .contact-block-a .list .list-li {
    --sw: 124px;
    width: 22%;
    font-size: 17px;
  }
  .contact-block-a .list .list-li .self-svg {width: 124px;height: 124px;}
 
}
@media (max-width: 1400px) {
  .contact-block-a {
    padding: 40px 0;
  }
  .contact-block-a .list .list-li {
    --sw: 100px;
    width: 23%;
  }
  .contact-block-a .list .list-li .self-svg {width: 100px;height: 100px;}
 
}
@media (max-width: 992px) {
  .contact-block-a .list {overflow: hidden;}
 
}
@media (max-width: 960px) {
  .contact-block-a {padding: 4% 0;}
  .contact-block-a .list {flex-wrap: wrap;padding: 3% 0;}
  .contact-block-a .list .list-li {width: 49%;margin-bottom: 2%;}
}
@media (max-width: 640px) {
  
  .contact-block-a .list .list-li {font-size: 15px;}
  .contact-block-a .list .list-li .pad {padding: 15% 4% 15%;}
  .contact-block-a .list .list-li .self-svg {width: 90px;height: 90px;}
}






}
@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}




@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
.embed-icon-pcIcon2[data-v-06873b41]{ display:none } 
#aff-im-root{ display:none!important }


.embed-icon[data-v-06873b41] {
    position: fixed;
    z-index: 2147482100;
    display: none!important;
}